home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000441_news@columbia.edu_Thu Dec 15 08:00:10 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA24848
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 15 Dec 1994 16:44:44 -0500
  3. Received: by apakabar.cc.columbia.edu id AA08903
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 15 Dec 1994 16:44:42 -0500
  5. Path: news.columbia.edu!panix!news.mathworks.com!europa.eng.gtefsd.com!howland.reston.ans.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: naive script writing question
  9. Message-Id: <1994Dec15.140011.35538@cc.usu.edu>
  10. Date: 15 Dec 94 14:00:10 MDT
  11. References: <KSHAW.94Dec15093136@jobe.shell.portal.com>
  12. Distribution: world
  13. Organization: Utah State University
  14. Lines: 19
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <KSHAW.94Dec15093136@jobe.shell.portal.com>, kshaw@jobe.shell.portal.com (kendall thomason shaw) writes:
  18. > Hello, I've attempted to write a script to dial my service provider:
  19. > def portal -
  20. >   set flow rts/cts -
  21. >   d {portal} -
  22. >   if fail end 1 -
  23. >   c -
  24. >   pause 2 -
  25. >   out \15 -
  26. > etc.
  27. > However the if fail etc. get's taken as arguments to the dial script.
  28. > How do I delimit portal if that's my problem?
  29. ----------
  30.     Commas denote "end of line" in macros. It's in the fine manual, etc.
  31.     Joe D.